
Heres an example of of a project that uses vectors.s. 

Just change the '.word def' for the interrupt you want to use to
'.word subroutine_name'. The subroutine must be declared correctly 
though, see the examples.

'def' is a default subroutine for unused interrupts which just simply
returns - it could be changed to do something else if desired.

John Hilton